environment pointer

英 [ɪnˈvaɪrənmənt ˈpɔɪntə(r)] 美 [ɪnˈvaɪrənmənt ˈpɔɪntər]

网络  环境指针

电力



双语例句

  1. The environment pointer is not used in most languages.
    环境指针在大多数语言中并未使用。
  2. The third field is an environment pointer for languages that use one, but is normally just set to zero.
    第三个域是语言的一个环境指针(如果该语言使用了环境指针的话),不过通常都会被设置为0。
  3. Some garbage collection algorithms require significant cooperation from the compiler or runtime environment, such as updating reference counts whenever a pointer assignment is performed.
    一些垃圾收集算法要求编译器或者运行时环境的重要配合,如当进行指针分配时更新引用计数。
  4. NET CLR. The virtual machine is used to maintain the run-time environment which is composed of code section, frame stack, function stack, constant section, instruction pointer, etc and control the executing of program.
    NETCLR的思想,用虚拟机维护由代码区、框架栈、函数运行栈、常量区和指令计数器等共同构成的运行时环境,控制程序的执行。
  5. The virtual machine maintains the run-time environment, which is composed of code section, data section, function calling stack, operand stack, instruction pointer, etc. All that is good to the executing and the debugging of program.
    并用虚拟机维护由代码区、数据区、函数调用栈、操作数栈和指令计数器等共同构成的运行时环境,控制程序的执行,有利于实现调试功能。